home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
qscripts.arc
/
FIDO-NET.SCR
< prev
next >
Wrap
Text File
|
1986-03-02
|
1KB
|
58 lines
. Try this script on SIMPLE SIMON'S at (612)445-1646
.
.THIS IS A LINKED SCRIPT FOR FIDO-NET SYSTEMS.
.THE PROMPTS YOU GET FROM FIDO MAY BE DIFFERENT FROM THESE,
.SO PREPARE TO EDIT!!
.ALSO FIDO IS VERY TOUCHY ABOUT PAUSES AND STRAY CHARACTERS!!
.USE YOUR WORD PROCESSOR TO EDIT THIS FILE TO INCLUDE
. [1] Your First Name
. [2] Your Last Name
. [3] Your Password
.COMMENTS ARE PREDEDED BY A PERIOD & REFER TO THE NEXT COMMAND LINE
.The next line says to WAITFOR 60 seconds before halting script
TIMEOUT 60
.BEEP.SCR must be in your script directory!
$1 $2
SCRIPT BEEP.SCR 'FIDO-NET.SCR'
BEEPRET:
.Display message on-screen only
NOTE ** LOGON TO FIDO-NET **
.The next line says to WAITFOR 60 seconds before halting script
TIMEOUT 60
.FIDO-NET 'logon' is two spaces, separated by pauses
SEND "~ ~ ~"
.Wait for FIDO-NET to request your first name
WAITFOR "FIRST"
.[1] Reply with your first name, PAUSE first
SEND "~~FIRSTNAME{"
.Wait for FIDO-NET to request your last name
WAITFOR "LAST"
.[2] Send your last name, PAUSE first
SEND "~~LASTNAME{"
.Wait for FIDO-NET to request confirmation of your name
WAITFOR "y,n"
.Confirm it, PAUSE first
SEND "~~y{"
.Wait for FIDO-NET to request your password
WAITFOR "Password: "
.[3] Send pause, your password; include control characters if required
SEND "~~PASSWORD{"
SCRIPT END.SCT